home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib9 / v_11_01 / 1101104b < prev    next >
Encoding:
Text File  |  1995-11-01  |  140 b   |  6 lines

  1. message_file = catopen("example.cat", 0);
  2. printf("%s", catgets(message_file, 24, 1, 
  3.      "I can't find it");
  4. catclose(message_file);
  5.  
  6.